Esx Settings DepotContent BaseImages Summary

Esx Settings DepotContent BaseImages Summary
Esx Settings DepotContent BaseImages Summary

The Esx Settings DepotContent BaseImages Summary schema defines the summary information regarding a base image.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "display_name": "string",
    "version": "string",
    "display_version": "string",
    "summary": "string",
    "category": "string",
    "kb": "string",
    "release_date": "string",
    "quick_patch_compatible_versions": {
        "quick_patch_compatible_versions": "string"
    }
}
string
display_name
Required

Display name of the base image.

This property was added in vSphere API 7.0.0.0.

string
version
Required

Version of the base image.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.base_image. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.base_image.

string
display_version
Required

Human readable version of the base image.

This property was added in vSphere API 7.0.0.0.

string
summary
Required

Summary of the base image.

This property was added in vSphere API 7.0.0.0.

string
category
Required

Category of the base image.

For more information see: Esx Settings DepotContent BaseImages CategoryType.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
kb
Required

Link to kb article related to this the base image.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
release_date
Required

Release date of the base image.

This property was added in vSphere API 7.0.0.0.

object
quick_patch_compatible_versions
Optional

For base images this base image can quick patch from, map their full versions to display versions.

This property was added in vSphere API 8.0.3.0.

If missing or null this base image does not support quick patch.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.base_image. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.base_image.